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 /cui | |
parent | 3a17760c69cb8cfe84fe68baf8b51cfb63084415 (diff) |
I believe the src charset pragma is archaic and unused
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SpellDialog.src | 3 | ||||
-rw-r--r-- | cui/source/dialogs/cuiimapdlg.src | 3 | ||||
-rw-r--r-- | cui/source/options/fontsubs.src | 7 | ||||
-rw-r--r-- | cui/source/options/optcolor.src | 3 | ||||
-rw-r--r-- | cui/source/options/optdict.src | 3 | ||||
-rw-r--r-- | cui/source/options/optfltr.src | 3 | ||||
-rw-r--r-- | cui/source/options/optinet2.src | 3 | ||||
-rw-r--r-- | cui/source/tabpages/autocdlg.src | 3 | ||||
-rw-r--r-- | cui/source/tabpages/backgrnd.src | 4 | ||||
-rw-r--r-- | cui/source/tabpages/connect.src | 2 | ||||
-rw-r--r-- | cui/source/tabpages/measure.src | 3 | ||||
-rw-r--r-- | cui/source/tabpages/textanim.src | 1 |
12 files changed, 9 insertions, 29 deletions
diff --git a/cui/source/dialogs/SpellDialog.src b/cui/source/dialogs/SpellDialog.src index 663b156b467a..88da8b74e7b7 100644 --- a/cui/source/dialogs/SpellDialog.src +++ b/cui/source/dialogs/SpellDialog.src @@ -24,11 +24,10 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "helpid.hrc" #include "SpellDialog.hrc" - // pragma ---------------------------------------------------------------- // RID_SVXDLG_SPELLCHECK ------------------------------------------------- diff --git a/cui/source/dialogs/cuiimapdlg.src b/cui/source/dialogs/cuiimapdlg.src index 05475f880a3c..de2e02023e9c 100644 --- a/cui/source/dialogs/cuiimapdlg.src +++ b/cui/source/dialogs/cuiimapdlg.src @@ -24,10 +24,9 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "cuiimapdlg.hrc" - // pragma ---------------------------------------------------------------- ModalDialog RID_SVXDLG_IMAPURL { diff --git a/cui/source/options/fontsubs.src b/cui/source/options/fontsubs.src index c0fdfff13bab..5938efe4be11 100644 --- a/cui/source/options/fontsubs.src +++ b/cui/source/options/fontsubs.src @@ -25,16 +25,9 @@ * ************************************************************************/ - // include ------------------------------------------------------------------ - #include "fontsubs.hrc" #include "helpid.hrc" - // pragma ------------------------------------------------------------------- - - - - /**************************************************************************/ TabPage RID_SVX_FONT_SUBSTITUTION diff --git a/cui/source/options/optcolor.src b/cui/source/options/optcolor.src index e058e27cd60b..4313415280b9 100644 --- a/cui/source/options/optcolor.src +++ b/cui/source/options/optcolor.src @@ -24,12 +24,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <sfx2/sfx.hrc> #include "helpid.hrc" #include <cuires.hrc> #include "optcolor.hrc" - // pragma ---------------------------------------------------------------- TabPage RID_SVXPAGE_COLORCONFIG { diff --git a/cui/source/options/optdict.src b/cui/source/options/optdict.src index c31c95060a13..31a8f9a930a7 100644 --- a/cui/source/options/optdict.src +++ b/cui/source/options/optdict.src @@ -24,12 +24,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <sfx2/sfx.hrc> #include "helpid.hrc" #include <cuires.hrc> #include "optdict.hrc" - // pragma ---------------------------------------------------------------- // RID_SFXDLG_NEWDICT ---------------------------------------------------- ModalDialog RID_SFXDLG_NEWDICT diff --git a/cui/source/options/optfltr.src b/cui/source/options/optfltr.src index b43d034174e2..60c40306b48c 100644 --- a/cui/source/options/optfltr.src +++ b/cui/source/options/optfltr.src @@ -24,10 +24,9 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ----------------------------------------------------------------- + #include "optfltr.hrc" #include <cuires.hrc> - // pragma ------------------------------------------------------------------ // RID_OFAPAGE_MSFILTEROPT ----------------------------------------------------- TabPage RID_OFAPAGE_MSFILTEROPT diff --git a/cui/source/options/optinet2.src b/cui/source/options/optinet2.src index 64a3662a5087..34789e70aa2a 100644 --- a/cui/source/options/optinet2.src +++ b/cui/source/options/optinet2.src @@ -24,12 +24,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include <sfx2/sfx.hrc> #include "helpid.hrc" #include <cuires.hrc> #include "optinet2.hrc" - // pragma ------------------------------------------------------------------- /************************************************************************/ /* */ diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src index d252bdff156f..f90ca91f4df2 100644 --- a/cui/source/tabpages/autocdlg.src +++ b/cui/source/tabpages/autocdlg.src @@ -24,13 +24,12 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include "autocdlg.hrc" #include <cuires.hrc> #include "helpid.hrc" #include <svx/svxids.hrc> // SID_AUTOFORMAT - // pragma ------------------------------------------------------------------- /**************************************************************************/ /* */ /* TabDialog RID_OFA_AUTOCORR_DLG */ diff --git a/cui/source/tabpages/backgrnd.src b/cui/source/tabpages/backgrnd.src index bbf7970fbb65..98de17504bbf 100644 --- a/cui/source/tabpages/backgrnd.src +++ b/cui/source/tabpages/backgrnd.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svtools/controldims.hrc> #include "helpid.hrc" #include <cuires.hrc> @@ -35,8 +35,6 @@ #define UNLINKED_IMAGE \ Text [ en-US ] = "Unlinked graphic" ; \ - // pragma ---------------------------------------------------------------- - // RID_SVXPAGE_BACKGROUND ------------------------------------------------ TabPage RID_SVXPAGE_BACKGROUND { diff --git a/cui/source/tabpages/connect.src b/cui/source/tabpages/connect.src index d2fe0796bb26..1414cf0ccb97 100644 --- a/cui/source/tabpages/connect.src +++ b/cui/source/tabpages/connect.src @@ -24,9 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // pragma ---------------------------------------------------------------- - // include --------------------------------------------------------------- #include <svtools/controldims.hrc> #include "connect.hrc" #include <cuires.hrc> diff --git a/cui/source/tabpages/measure.src b/cui/source/tabpages/measure.src index f01c2765ce0e..624cf3e8fd85 100644 --- a/cui/source/tabpages/measure.src +++ b/cui/source/tabpages/measure.src @@ -24,14 +24,13 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "measure.hrc" #include "helpid.hrc" #include <svx/dialogs.hrc> #define DELTA 20 - // pragma ---------------------------------------------------------------- // RID_SVXPAGE_MEASURE --------------------------------------------------- TabPage RID_SVXPAGE_MEASURE diff --git a/cui/source/tabpages/textanim.src b/cui/source/tabpages/textanim.src index 4f2ffda07519..f015028def5d 100644 --- a/cui/source/tabpages/textanim.src +++ b/cui/source/tabpages/textanim.src @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // pragma ---------------------------------------------------------------- #include <svtools/controldims.hrc> #include <cuires.hrc> |