diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-01 16:46:25 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-01 17:47:50 +0200 |
commit | 982db7bc6b82185202fb1a31ab29398b68c75073 (patch) | |
tree | 313b92b7ef7e8a7b8114e08e98bd5cb322729950 /sw | |
parent | 8c1aafe8c20b6de8e13b4ce0eb34bb1b1f04fc0f (diff) |
Move "save graphic" dialog title to svx.
Change-Id: I1200e66f010525d989bed801240de6813ddf751c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/docvw/docvw.hrc | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/docvw.src | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/docvw/docvw.hrc b/sw/source/ui/docvw/docvw.hrc index 25571d905bad..f137d2ae11ed 100644 --- a/sw/source/ui/docvw/docvw.hrc +++ b/sw/source/ui/docvw/docvw.hrc @@ -48,7 +48,6 @@ #define MN_READONLY_BACKGROUNDTOGALLERY (RC_DOCVW_BEGIN + 60) -#define STR_EXPORT_GRAFIK_TITLE (RC_DOCVW_BEGIN + 1) #define STR_CHAIN_OK (RC_DOCVW_BEGIN + 2) #define STR_CHAIN_NOT_EMPTY (RC_DOCVW_BEGIN + 3) #define STR_CHAIN_IS_IN_CHAIN (RC_DOCVW_BEGIN + 4) diff --git a/sw/source/ui/docvw/docvw.src b/sw/source/ui/docvw/docvw.src index 67873069a959..9ea90f7e038e 100644 --- a/sw/source/ui/docvw/docvw.src +++ b/sw/source/ui/docvw/docvw.src @@ -199,10 +199,6 @@ Menu MN_READONLY_POPUP }; }; }; -String STR_EXPORT_GRAFIK_TITLE -{ - Text [ en-US ] = "Graphics Export" ; -}; String STR_CHAIN_OK { Text [ en-US ] = "Click the left mouse button to link the frames." ; |