summaryrefslogtreecommitdiff
path: root/include/unotools/viewoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/viewoptions.hxx')
-rw-r--r--include/unotools/viewoptions.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx
index 0948925756d2..f7c1a9cd064d 100644
--- a/include/unotools/viewoptions.hxx
+++ b/include/unotools/viewoptions.hxx
@@ -21,14 +21,13 @@
#include <unotools/unotoolsdllapi.h>
#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/beans/NamedValue.hpp>
-#include <unotools/configmgr.hxx>
-#include <unotools/configitem.hxx>
#include <sal/types.h>
-#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
+namespace com { namespace sun { namespace star { namespace beans { struct NamedValue; } } } }
+namespace osl { class Mutex; }
+
class SvtViewOptionsBase_Impl;
/*-************************************************************************************************************