diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-12-27 14:03:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-27 14:03:18 +0200 |
commit | 6943c7b11c92f3d4971704abcb213f57eaa4e115 (patch) | |
tree | b1a21045df0ad88eb5216c0ab134f2e5ddc836f3 /svtools | |
parent | d72a0b5c618a37b70ba4d111b457deefad8f025f (diff) |
Sigh, my git grep regexps missed some cases
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index f161afb4d9f5..e3ff04e832a3 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -18,7 +18,7 @@ */ -#ifndef GCC +#ifndef __GNUC__ # pragma hdrstop #endif |