summaryrefslogtreecommitdiff
path: root/svtools/util/svt.pmk
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/util/svt.pmk')
-rw-r--r--svtools/util/svt.pmk6
1 files changed, 1 insertions, 5 deletions
diff --git a/svtools/util/svt.pmk b/svtools/util/svt.pmk
index 5f36197ce089..24d898f030c1 100644
--- a/svtools/util/svt.pmk
+++ b/svtools/util/svt.pmk
@@ -2,14 +2,10 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2008 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# $RCSfile: svt.pmk,v $
-#
-# $Revision: 1.4 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
?h=cp-6.4-31&id=5a64d8b20ed74559617d2f97c3f941842b6a9ea1'>drop unused SdrCustomShapeAdjustmentItemJochen Nitschke 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand 2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock 2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock 2017-04-20loplugin:unusedmethodsNoel Grandin 2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke 2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl 2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke 2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock 2016-02-06vcl: split exception types from input typesChris Sherlock 2016-02-02boost::hash->std::hashNoel Grandin 2016-02-01boost::unordered_set is not used anymoreNoel Grandin 2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara 2016-01-18drawmodes header goneCaolán McNamara 2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan 2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist 2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist 2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist 2015-12-04Wingdi RGB macro handling improvedAshod Nakashian 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-09-17boost->stdCaolán McNamara 2015-06-18drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2015-02-05Updated all precompiled headers.Ashod Nakashian 2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara 2014-08-13update_pchThomas Arnhold