Kaydet (Commit) eda52d5e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

FilterConfigCache not used outside svtools

Change-Id: I75c88b83903c7510291b9d021fd4837b2c8d5e4c
üst 4e90345a
......@@ -30,7 +30,6 @@
#ifndef _FILTER_CONFIG_CACHE_HXX_
#define _FILTER_CONFIG_CACHE_HXX_
#include "svtools/svtdllapi.h"
#include <tools/string.hxx>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/Reference.h>
......@@ -42,7 +41,7 @@
#define INCLUDED_VECTOR
#endif
class SVT_DLLPUBLIC FilterConfigCache
class FilterConfigCache
{
struct FilterConfigCacheEntry
{
......@@ -93,8 +92,8 @@ class SVT_DLLPUBLIC FilterConfigCache
static const char* InternalFilterListForSvxLight[];
SVT_DLLPRIVATE void ImplInit();
SVT_DLLPRIVATE void ImplInitSmart();
void ImplInit();
void ImplInitSmart();
public :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment