diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-11 16:38:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-11 16:38:58 +0200 |
commit | d8321bd0651c89fc158859a2b2ee5903533921ed (patch) | |
tree | 49c4afc328212ecb2423880f9065423bf8fc2d9b /sfx2 | |
parent | f506ca0fee6114210d41c9c4a5f7eff5f5666d02 (diff) |
Looks like CMD_SID_FRAMETITLE can go
...now that SID_FRAMETITLE is gone, and it is unused, anyway.
Change-Id: I8b6b2641b988763df85d88490dc46484083b7180
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/sfxcommands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/sfxcommands.h b/sfx2/inc/sfx2/sfxcommands.h index cb41efe51182..31109d5df0b2 100644 --- a/sfx2/inc/sfx2/sfxcommands.h +++ b/sfx2/inc/sfx2/sfxcommands.h @@ -99,7 +99,6 @@ #define CMD_SID_FOCUSURLBOX ".uno:FocusUrlBox" #define CMD_SID_FORMATMENU ".uno:FormatMenu" #define CMD_SID_STYLE_FAMILY3 ".uno:FrameStyle" -#define CMD_SID_FRAMETITLE ".uno:FrameTitle" #define CMD_SID_PROGFILENAME ".uno:FullName" #define CMD_SID_DOCFULLNAME ".uno:FullName" #define CMD_SID_WIN_FULLSCREEN ".uno:FullScreen" |