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 @@ ...@@ -30,7 +30,6 @@
#ifndef _FILTER_CONFIG_CACHE_HXX_ #ifndef _FILTER_CONFIG_CACHE_HXX_
#define _FILTER_CONFIG_CACHE_HXX_ #define _FILTER_CONFIG_CACHE_HXX_
#include "svtools/svtdllapi.h"
#include <tools/string.hxx> #include <tools/string.hxx>
#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
...@@ -42,7 +41,7 @@ ...@@ -42,7 +41,7 @@
#define INCLUDED_VECTOR #define INCLUDED_VECTOR
#endif #endif
class SVT_DLLPUBLIC FilterConfigCache class FilterConfigCache
{ {
struct FilterConfigCacheEntry struct FilterConfigCacheEntry
{ {
...@@ -93,8 +92,8 @@ class SVT_DLLPUBLIC FilterConfigCache ...@@ -93,8 +92,8 @@ class SVT_DLLPUBLIC FilterConfigCache
static const char* InternalFilterListForSvxLight[]; static const char* InternalFilterListForSvxLight[];
SVT_DLLPRIVATE void ImplInit(); void ImplInit();
SVT_DLLPRIVATE void ImplInitSmart(); void ImplInitSmart();
public : 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