diff options
-rw-r--r-- | sd/inc/pageformatpanel.hrc | 5 | ||||
-rw-r--r-- | sw/inc/pageformatpanel.hrc | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sd/inc/pageformatpanel.hrc b/sd/inc/pageformatpanel.hrc index 23325e26ac2f..b7309ee69748 100644 --- a/sd/inc/pageformatpanel.hrc +++ b/sd/inc/pageformatpanel.hrc @@ -12,6 +12,9 @@ #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) +namespace sd +{ + // To translators: this is a listbox labelled by "Margins:", inch units const char* RID_PAGEFORMATPANEL_MARGINS_INCH[] = { @@ -36,6 +39,8 @@ const char* RID_PAGEFORMATPANEL_MARGINS_CM[] = NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Wide"), }; +} + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/sw/inc/pageformatpanel.hrc b/sw/inc/pageformatpanel.hrc index ecad14cf51a2..048ff93a8776 100644 --- a/sw/inc/pageformatpanel.hrc +++ b/sw/inc/pageformatpanel.hrc @@ -12,6 +12,9 @@ #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) +namespace sw +{ + // To translators: this is a listbox labelled by "Margins:", inch units const char* RID_PAGEFORMATPANEL_MARGINS_INCH[] = { @@ -38,6 +41,8 @@ const char* RID_PAGEFORMATPANEL_MARGINS_CM[] = NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Mirrored") }; +} + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |