summaryrefslogtreecommitdiff
path: root/include/svtools/GraphicExportOptionsDialog.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-25 14:32:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-25 14:32:39 +0200
commit19a1d2383d343375b3c4b4ab1845df6435679bd6 (patch)
treed49c2d4ef631bec860a7b0ceefd125956429992e /include/svtools/GraphicExportOptionsDialog.hxx
parent53b8d25caa1e000eeca27f3ca4f92d9cda83c652 (diff)
PCH quickfix
Change-Id: I457288d881ba74db2127e8543b0de70b6498002d
Diffstat (limited to 'include/svtools/GraphicExportOptionsDialog.hxx')
-rw-r--r--include/svtools/GraphicExportOptionsDialog.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/svtools/GraphicExportOptionsDialog.hxx b/include/svtools/GraphicExportOptionsDialog.hxx
index b346f8c25671..9f3784f912be 100644
--- a/include/svtools/GraphicExportOptionsDialog.hxx
+++ b/include/svtools/GraphicExportOptionsDialog.hxx
@@ -34,12 +34,6 @@
#include "svtools/svtdllapi.h"
-using namespace css;
-using namespace css::uno;
-using namespace css::lang;
-using namespace css::frame;
-using namespace css::beans;
-
class SVT_DLLPUBLIC GraphicExportOptionsDialog : public ModalDialog
{
private:
@@ -67,10 +61,10 @@ private:
DECL_LINK( resolutionModifiedHandle, void* );
public:
- GraphicExportOptionsDialog( Window* pWindow, const Reference<XComponent>& rxSourceDocument );
+ GraphicExportOptionsDialog( Window* pWindow, const css::uno::Reference<css::lang::XComponent>& rxSourceDocument );
~GraphicExportOptionsDialog();
- Sequence<PropertyValue> getFilterData();
+ css::uno::Sequence<css::beans::PropertyValue> getFilterData();
};
#endif