summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-15 08:55:48 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-15 08:55:48 +0000
commitafa724cb03202ea4aae7e4c824a6cb137f61043f (patch)
tree8f821f63b08d56879786f0b786f852348ac55fa5 /extensions/source/propctrlr/formcontroller.cxx
parente7dcfd241f4a5c025214d867060610e65702715f (diff)
#86986# moved css/ui/* to css/ui/dialogs/*
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx21
1 files changed, 12 insertions, 9 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx
index 198e60417696..59d76eaaa41b 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formcontroller.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: fs $ $Date: 2001-06-11 11:30:29 $
+ * last change: $Author: fs $ $Date: 2001-06-15 09:51:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,14 +105,14 @@
#ifndef _SFXAPP_HXX
#include <sfx2/app.hxx>
#endif
-#ifndef _COM_SUN_STAR_UI_FILEPICKERELEMENTID_HPP_
-#include <com/sun/star/ui/FilePickerElementID.hpp>
+#ifndef _COM_SUN_STAR_UI_DIALOGS_FILEPICKERELEMENTID_HPP_
+#include <com/sun/star/ui/dialogs/FilePickerElementID.hpp>
#endif
-#ifndef _COM_SUN_STAR_UI_XFILEPICKERCONTROLACCESS_HPP_
-#include <com/sun/star/ui/XFilePickerControlAccess.hpp>
+#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILEPICKERCONTROLACCESS_HPP_
+#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
#endif
-#ifndef _COM_SUN_STAR_UI_XFILEPICKER_HPP_
-#include <com/sun/star/ui/XFilePicker.hpp>
+#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILEPICKER_HPP_
+#include <com/sun/star/ui/dialogs/XFilePicker.hpp>
#endif
#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_
#include <com/sun/star/awt/FontDescriptor.hpp>
@@ -269,7 +269,7 @@ namespace pcr
using namespace ::com::sun::star::script;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
- using namespace ::com::sun::star::ui;
+ using namespace ::com::sun::star::ui::dialogs;
using namespace ::com::sun::star::container;
using namespace ::dbtools;
@@ -2519,6 +2519,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.34 2001/06/11 11:30:29 fs
+ * #86096# moved the functionallity of ChangeFontProperty to the ControlCharacterDialog
+ *
* Revision 1.33 2001/06/08 12:23:34 fs
* #86096# corrected setting the FontSlant
*