diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 10:51:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:32:28 +0200 |
commit | ee1c5c47680921465b8c880e7834d756cfc2e892 (patch) | |
tree | 240db1a199f324a2e32ab7fe61d60933d8295a7c /sc | |
parent | f6a8cb7ae24ce87174526af845dbe45e1874d806 (diff) |
Reduce newline bloat at eof
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/scfuncs.hrc | 2 | ||||
-rw-r--r-- | sc/source/ui/src/popup.src | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index dec08a810870..7fcd0adf2235 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -28,5 +28,3 @@ #define ID_FUNCTION_GRP_TABLE 9 #define ID_FUNCTION_GRP_TEXT 10 #define ID_FUNCTION_GRP_ADDINS 11 - - diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index 856f4d7a9ed3..f0f85f194bdb 100644 --- a/sc/source/ui/src/popup.src +++ b/sc/source/ui/src/popup.src @@ -623,5 +623,3 @@ Menu RID_POPUP_PAGEBREAK }; }; }; - - |