summaryrefslogtreecommitdiff
path: root/slideshow/util
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-12-02 13:34:17 +0100
committerChristian Lippka <cl@openoffice.org>2010-12-02 13:34:17 +0100
commitc5ef5762391ce310884567b3eaa3b474e1aaab9b (patch)
treed7131a4e0673e42a6b6700059359a6315e2f9163 /slideshow/util
parent1c51606b68c35a4b64a5cec854dc768afbc26759 (diff)
impressdefaults1: #i113019# fixes to make changing of user paint settings during slideshow work
Diffstat (limited to 'slideshow/util')
-rw-r--r--slideshow/util/makefile.pmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/util/makefile.pmk b/slideshow/util/makefile.pmk
index 53724522d5e8..765b5249e5a4 100644
--- a/slideshow/util/makefile.pmk
+++ b/slideshow/util/makefile.pmk
@@ -35,7 +35,7 @@ CDEFS += -DBOOST_SP_ENABLE_DEBUG_HOOKS
.IF "$(COM)"=="MSC"
# disable inlining for MSVC
-CFLAGS += -Ob0
+#CFLAGS += -Ob0
.ENDIF
.ENDIF # "$(debug)"!="" || "$(DEBUG)"!=""