diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 21:53:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-13 10:15:20 +0100 |
commit | f64dc2c9fbc81d68315ee3a2dbc69411b9087ddb (patch) | |
tree | 41504a66edc8d325561386aa1f920b64a6eb6364 /svx | |
parent | 3a17760c69cb8cfe84fe68baf8b51cfb63084415 (diff) |
I believe the src charset pragma is archaic and unused
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/fontwork.src | 3 | ||||
-rw-r--r-- | svx/source/dialog/hdft.src | 3 | ||||
-rw-r--r-- | svx/source/dialog/imapdlg.src | 3 | ||||
-rw-r--r-- | svx/source/dialog/language.src | 2 | ||||
-rw-r--r-- | svx/source/dialog/optgrid.src | 3 | ||||
-rw-r--r-- | svx/source/dialog/passwd.src | 3 | ||||
-rw-r--r-- | svx/source/dialog/sdstring.src | 3 | ||||
-rw-r--r-- | svx/source/engine3d/string3d.src | 3 | ||||
-rw-r--r-- | svx/source/items/svxerr.src | 4 | ||||
-rw-r--r-- | svx/source/src/errtxt.src | 1 | ||||
-rw-r--r-- | svx/source/stbctrls/stbctrls.src | 3 | ||||
-rw-r--r-- | svx/source/tbxctrls/colrctrl.src | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.src | 3 |
13 files changed, 10 insertions, 25 deletions
diff --git a/svx/source/dialog/fontwork.src b/svx/source/dialog/fontwork.src index 960a3b176512..dc53478ed128 100644 --- a/svx/source/dialog/fontwork.src +++ b/svx/source/dialog/fontwork.src @@ -24,12 +24,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svx/svxids.hrc> #include <svx/dialogs.hrc> #include "fontwork.hrc" #include "helpid.hrc" - // pragma ---------------------------------------------------------------- // RID_SVXDLG_FONTWORK --------------------------------------------------- DockingWindow RID_SVXDLG_FONTWORK diff --git a/svx/source/dialog/hdft.src b/svx/source/dialog/hdft.src index 1cd402611dc8..25278279e4ed 100644 --- a/svx/source/dialog/hdft.src +++ b/svx/source/dialog/hdft.src @@ -24,11 +24,10 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include <svx/dialogs.hrc> #include "hdft.hrc" - // pragma ---------------------------------------------------------------- #define _TEXT_FT_LMARGIN \ Text [ en-US ] = "~Left margin" ; \ diff --git a/svx/source/dialog/imapdlg.src b/svx/source/dialog/imapdlg.src index 8ceebdefbb7d..ae06b0277dd1 100644 --- a/svx/source/dialog/imapdlg.src +++ b/svx/source/dialog/imapdlg.src @@ -24,10 +24,9 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "imapdlg.hrc" - // pragma ---------------------------------------------------------------- // RID_SVXDLG_IMAP ---------------------------------------------------- ModelessDialog RID_SVXDLG_IMAP diff --git a/svx/source/dialog/language.src b/svx/source/dialog/language.src index aa2bee89d742..552084841f21 100644 --- a/svx/source/dialog/language.src +++ b/svx/source/dialog/language.src @@ -25,9 +25,7 @@ * ************************************************************************/ - // include --------------------------------------------------------------- #include <svx/dialogs.hrc> - // pragma ---------------------------------------------------------------- // Language-Strings ------------------------------------------------------ diff --git a/svx/source/dialog/optgrid.src b/svx/source/dialog/optgrid.src index 0d65c63f5d2f..0d5cfd03f1da 100644 --- a/svx/source/dialog/optgrid.src +++ b/svx/source/dialog/optgrid.src @@ -24,12 +24,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <sfx2/sfx.hrc> #include "helpid.hrc" #include <svx/dialogs.hrc> #include "optgrid.hrc" - // pragma ---------------------------------------------------------------- TabPage RID_SVXPAGE_GRID { diff --git a/svx/source/dialog/passwd.src b/svx/source/dialog/passwd.src index 821ede7c9357..13674df852e1 100644 --- a/svx/source/dialog/passwd.src +++ b/svx/source/dialog/passwd.src @@ -24,11 +24,10 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svx/dialogs.hrc> #include "helpid.hrc" #include "passwd.hrc" - // pragma ---------------------------------------------------------------- // RID_SVXDLG_PASSWORD --------------------------------------------------- ModalDialog RID_SVXDLG_PASSWORD diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index 7be731e08dc9..05d746dfcb60 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -24,9 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include <svx/dialogs.hrc> - // pragma ------------------------------------------------------------------- // Strings for the Draw-Dialog -------------------------------------------- String RID_SVXSTR_SOLID diff --git a/svx/source/engine3d/string3d.src b/svx/source/engine3d/string3d.src index 9d23adc147af..5049b23b1643 100644 --- a/svx/source/engine3d/string3d.src +++ b/svx/source/engine3d/string3d.src @@ -24,9 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include <svx/dialogs.hrc> - // pragma ------------------------------------------------------------------- // Strings for the Draw Dialog -------------------------------------------- String RID_SVX_3D_CREATE_LATHE diff --git a/svx/source/items/svxerr.src b/svx/source/items/svxerr.src index a7e726f2c2ae..d21187f0917f 100644 --- a/svx/source/items/svxerr.src +++ b/svx/source/items/svxerr.src @@ -24,14 +24,12 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #define __RSC #include "svx/svxerr.hxx" #include <svx/dialogs.hrc> #include <editeng/editerr.hxx> - // pragma ---------------------------------------------------------------- - // Error-Context --------------------------------------------------------- Resource RID_SVXERRCTX { diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src index 004885c45150..c190a72881b6 100644 --- a/svx/source/src/errtxt.src +++ b/svx/source/src/errtxt.src @@ -29,7 +29,6 @@ #include <svtools/svtools.hrc> #include <svtools/sfxecode.hxx> -// pragma ---------------------------------------------------------------- Resource RID_ERRCTX { String ERRCTX_ERROR diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src index cd129d18576b..4e50e1f7e4a7 100644 --- a/svx/source/stbctrls/stbctrls.src +++ b/svx/source/stbctrls/stbctrls.src @@ -24,11 +24,10 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svx/dialogs.hrc> #include "helpid.hrc" #include "stbctrls.h" - // pragma ---------------------------------------------------------------- // Strings --------------------------------------------------------------- String RID_SVXSTR_INSERT_TEXT diff --git a/svx/source/tbxctrls/colrctrl.src b/svx/source/tbxctrls/colrctrl.src index 6a65615167cc..364a0b3abe1c 100644 --- a/svx/source/tbxctrls/colrctrl.src +++ b/svx/source/tbxctrls/colrctrl.src @@ -27,7 +27,6 @@ #include <svx/dialogs.hrc> #include "helpid.hrc" - // pragma ---------------------------------------------------------------- // RID_SVXCTRL_COLOR ----------------------------------------------------- DockingWindow RID_SVXCTRL_COLOR diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src index 8101cd52aea3..b75f35cee573 100644 --- a/svx/source/tbxctrls/tbcontrl.src +++ b/svx/source/tbxctrls/tbcontrl.src @@ -24,10 +24,9 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svx/dialogs.hrc> #include <helpid.hrc> - // pragma ---------------------------------------------------------------- /* * Bitmaps f"ur SvxFrameWindow |