summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/informationdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/minimizer/informationdialog.hxx')
-rw-r--r--sdext/source/minimizer/informationdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/minimizer/informationdialog.hxx b/sdext/source/minimizer/informationdialog.hxx
index 502d732e9478..beafc6561cab 100644
--- a/sdext/source/minimizer/informationdialog.hxx
+++ b/sdext/source/minimizer/informationdialog.hxx
@@ -44,7 +44,7 @@
class InformationDialog : public UnoDialog, public ConfigurationAccess
{
-public :
+public:
InformationDialog( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
css::uno::Reference< css::frame::XFrame >& rxFrame, const OUString& rSaveAsURL,
@@ -53,7 +53,7 @@ public :
bool execute();
-private :
+private:
css::uno::Reference< css::frame::XFrame > mxFrame;
css::uno::Reference< css::io::XStream > mxTempFile;