summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-05-17 09:47:07 +0200
committerNoel Grandin <noel@peralex.com>2015-05-19 09:42:41 +0200
commit10749bbf8247f0b17201b33f95a090dfc4fc3211 (patch)
treec34474977546aaccb6d5cd30ac4b45b1d422c11d /svx
parentdf64e7c709fc6d771546554b4026583c55609105 (diff)
remove the last of the OUString #defines in header files
Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d
Diffstat (limited to 'svx')
-rw-r--r--svx/source/inc/docrecovery.hxx22
-rw-r--r--svx/source/inc/fmservs.hxx38
2 files changed, 30 insertions, 30 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 6fe45661967e..1df6a1d1973f 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -44,25 +44,25 @@
#define RECOVERY_CMDPART_DO_EMERGENCY_SAVE "/doEmergencySave"
#define RECOVERY_CMDPART_DO_RECOVERY "/doAutoRecovery"
-#define RECOVERY_CMD_DO_PREPARE_EMERGENCY_SAVE OUString( "vnd.sun.star.autorecovery:/doPrepareEmergencySave")
+#define RECOVERY_CMD_DO_PREPARE_EMERGENCY_SAVE "vnd.sun.star.autorecovery:/doPrepareEmergencySave"
#define RECOVERY_CMD_DO_EMERGENCY_SAVE "vnd.sun.star.autorecovery:/doEmergencySave"
#define RECOVERY_CMD_DO_RECOVERY "vnd.sun.star.autorecovery:/doAutoRecovery"
-#define RECOVERY_CMD_DO_ENTRY_BACKUP OUString( "vnd.sun.star.autorecovery:/doEntryBackup" )
-#define RECOVERY_CMD_DO_ENTRY_CLEANUP OUString( "vnd.sun.star.autorecovery:/doEntryCleanUp" )
+#define RECOVERY_CMD_DO_ENTRY_BACKUP "vnd.sun.star.autorecovery:/doEntryBackup"
+#define RECOVERY_CMD_DO_ENTRY_CLEANUP "vnd.sun.star.autorecovery:/doEntryCleanUp"
#define PROP_STATUSINDICATOR "StatusIndicator"
#define PROP_DISPATCHASYNCHRON "DispatchAsynchron"
#define PROP_SAVEPATH "SavePath"
#define PROP_ENTRYID "EntryID"
-#define STATEPROP_ID OUString( "ID" )
-#define STATEPROP_STATE OUString( "DocumentState")
-#define STATEPROP_ORGURL OUString( "OriginalURL" )
-#define STATEPROP_TEMPURL OUString( "TempURL" )
-#define STATEPROP_FACTORYURL OUString( "FactoryURL" )
-#define STATEPROP_TEMPLATEURL OUString( "TemplateURL" )
-#define STATEPROP_TITLE OUString( "Title" )
-#define STATEPROP_MODULE OUString( "Module" )
+#define STATEPROP_ID "ID"
+#define STATEPROP_STATE "DocumentState"
+#define STATEPROP_ORGURL "OriginalURL"
+#define STATEPROP_TEMPURL "TempURL"
+#define STATEPROP_FACTORYURL "FactoryURL"
+#define STATEPROP_TEMPLATEURL "TemplateURL"
+#define STATEPROP_TITLE "Title"
+#define STATEPROP_MODULE "Module"
#define RECOVERY_OPERATIONSTATE_START "start"
#define RECOVERY_OPERATIONSTATE_STOP "stop"
diff --git a/svx/source/inc/fmservs.hxx b/svx/source/inc/fmservs.hxx
index 479b5da43d5c..edc6a016d2bc 100644
--- a/svx/source/inc/fmservs.hxx
+++ b/svx/source/inc/fmservs.hxx
@@ -52,27 +52,27 @@ namespace com { namespace sun { namespace star { namespace lang {
#define FM_COMPONENT_IMAGECONTROL "stardiv.one.form.component.ImageControl"
#define FM_CONTROL_GRID "stardiv.one.form.control.Grid"
#define FM_CONTROL_GRIDCONTROL "stardiv.one.form.control.GridControl"
-#define SRV_SDB_CONNECTION OUString( "com.sun.star.sdb.Connection" )
-#define FM_SUN_COMPONENT_FORM OUString( "com.sun.star.form.component.Form" )
-#define FM_SUN_COMPONENT_TEXTFIELD OUString( "com.sun.star.form.component.TextField" )
-#define FM_SUN_COMPONENT_LISTBOX OUString( "com.sun.star.form.component.ListBox" )
-#define FM_SUN_COMPONENT_COMBOBOX OUString( "com.sun.star.form.component.ComboBox" )
-#define FM_SUN_COMPONENT_RADIOBUTTON OUString( "com.sun.star.form.component.RadioButton" )
-#define FM_SUN_COMPONENT_GROUPBOX OUString( "com.sun.star.form.component.GroupBox" )
-#define FM_SUN_COMPONENT_FIXEDTEXT OUString( "com.sun.star.form.component.FixedText" )
-#define FM_SUN_COMPONENT_COMMANDBUTTON OUString( "com.sun.star.form.component.CommandButton" )
+#define SRV_SDB_CONNECTION "com.sun.star.sdb.Connection"
+#define FM_SUN_COMPONENT_FORM "com.sun.star.form.component.Form"
+#define FM_SUN_COMPONENT_TEXTFIELD "com.sun.star.form.component.TextField"
+#define FM_SUN_COMPONENT_LISTBOX "com.sun.star.form.component.ListBox"
+#define FM_SUN_COMPONENT_COMBOBOX "com.sun.star.form.component.ComboBox"
+#define FM_SUN_COMPONENT_RADIOBUTTON "com.sun.star.form.component.RadioButton"
+#define FM_SUN_COMPONENT_GROUPBOX "com.sun.star.form.component.GroupBox"
+#define FM_SUN_COMPONENT_FIXEDTEXT "com.sun.star.form.component.FixedText"
+#define FM_SUN_COMPONENT_COMMANDBUTTON "com.sun.star.form.component.CommandButton"
#define FM_SUN_COMPONENT_CHECKBOX "com.sun.star.form.component.CheckBox"
-#define FM_SUN_COMPONENT_GRIDCONTROL OUString( "com.sun.star.form.component.GridControl" )
-#define FM_SUN_COMPONENT_IMAGEBUTTON OUString( "com.sun.star.form.component.ImageButton" )
-#define FM_SUN_COMPONENT_FILECONTROL OUString( "com.sun.star.form.component.FileControl" )
-#define FM_SUN_COMPONENT_TIMEFIELD OUString( "com.sun.star.form.component.TimeField" )
-#define FM_SUN_COMPONENT_DATEFIELD OUString( "com.sun.star.form.component.DateField" )
+#define FM_SUN_COMPONENT_GRIDCONTROL "com.sun.star.form.component.GridControl"
+#define FM_SUN_COMPONENT_IMAGEBUTTON "com.sun.star.form.component.ImageButton"
+#define FM_SUN_COMPONENT_FILECONTROL "com.sun.star.form.component.FileControl"
+#define FM_SUN_COMPONENT_TIMEFIELD "com.sun.star.form.component.TimeField"
+#define FM_SUN_COMPONENT_DATEFIELD "com.sun.star.form.component.DateField"
#define FM_SUN_COMPONENT_NUMERICFIELD "com.sun.star.form.component.NumericField"
-#define FM_SUN_COMPONENT_CURRENCYFIELD OUString( "com.sun.star.form.component.CurrencyField" )
-#define FM_SUN_COMPONENT_PATTERNFIELD OUString( "com.sun.star.form.component.PatternField" )
-#define FM_SUN_COMPONENT_HIDDENCONTROL OUString( "com.sun.star.form.component.HiddenControl" )
-#define FM_SUN_COMPONENT_IMAGECONTROL OUString( "com.sun.star.form.component.DatabaseImageControl" )
-#define FM_SUN_COMPONENT_FORMATTEDFIELD OUString( "com.sun.star.form.component.FormattedField" )
+#define FM_SUN_COMPONENT_CURRENCYFIELD "com.sun.star.form.component.CurrencyField"
+#define FM_SUN_COMPONENT_PATTERNFIELD "com.sun.star.form.component.PatternField"
+#define FM_SUN_COMPONENT_HIDDENCONTROL "com.sun.star.form.component.HiddenControl"
+#define FM_SUN_COMPONENT_IMAGECONTROL "com.sun.star.form.component.DatabaseImageControl"
+#define FM_SUN_COMPONENT_FORMATTEDFIELD "com.sun.star.form.component.FormattedField"
#define FM_SUN_COMPONENT_SCROLLBAR "com.sun.star.form.component.ScrollBar"
#define FM_SUN_COMPONENT_SPINBUTTON "com.sun.star.form.component.SpinButton"
#define FM_SUN_COMPONENT_NAVIGATIONBAR "com.sun.star.form.component.NavigationToolBar"