diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2011-03-11 16:12:20 +0530 |
---|---|---|
committer | Muthu Subramanian K <sumuthu@novell.com> | 2011-03-11 16:14:00 +0530 |
commit | ad058d6be9baf9d71e722c088f760c6f7acef9f4 (patch) | |
tree | 9156b0fc3f170100c07acfef3023fbd1f60183c7 /sfx2 | |
parent | f5f7b4ef39034094546c176b884601fbc40dfcd6 (diff) |
Transalations and fixes (6)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 6 | ||||
-rw-r--r-- | sfx2/source/appl/app.cxx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index 33a6fbce671a..c17b2b190c08 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -276,12 +276,12 @@ interface Window ExecMethod = ExecView_Impl; ] - // Nur f"ur Gestalter: Slot mu\s vorhanden sein + // Only for Designers: Slot must be present SID_STYLE_NEW [ ] - // Nur f"ur Gestalter: Slot mu\s vorhanden sein + // Only for Designers: Slot must be present SID_STYLE_DRAGHIERARCHIE [ ] @@ -328,7 +328,7 @@ interface BrowseWindow : Window { SID_ACTIVATE // ole(no) api(final/play/rec) [ - // Implementierung in Subklassen + // Implementations in Subclasses ] SID_NEWWINDOW // ole(no) api(play/rec) [ diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 1f8b861cab3e..a632a8fedcfa 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -419,8 +419,8 @@ const String& SfxApplication::GetLastSaveDirectory() const void SfxApplication::SetLastDir_Impl ( - const String& rNewDir /* Complete directory path as a string * / - ) + const String& rNewDir /* Complete directory path as a string */ +) /* [Description] |